type net._C_struct_addrinfo
16 uses
net (current package)
cgo_unix.go#L81: var hints _C_struct_addrinfo
cgo_unix.go#L105: func cgoLookupServicePort(hints *_C_struct_addrinfo, network, service string) (port int, err error) {
cgo_unix.go#L114: var res *_C_struct_addrinfo
cgo_unix.go#L150: var hints _C_struct_addrinfo
cgo_unix.go#L165: var res *_C_struct_addrinfo
cgo_unix_cgo.go#L57: _C_struct_addrinfo = /*line :54:23*/_Ctype_struct_addrinfo /*line :54:40*/
cgo_unix_cgo.go#L65: func _C_ai_addr(ai *_C_struct_addrinfo) **_C_struct_sockaddr { return &ai.ai_addr }
cgo_unix_cgo.go#L66: func _C_ai_family(ai *_C_struct_addrinfo) *_C_int { return &ai.ai_family }
cgo_unix_cgo.go#L67: func _C_ai_flags(ai *_C_struct_addrinfo) *_C_int { return &ai.ai_flags }
cgo_unix_cgo.go#L68: func _C_ai_next(ai *_C_struct_addrinfo) **_C_struct_addrinfo { return &ai.ai_next }
cgo_unix_cgo.go#L69: func _C_ai_protocol(ai *_C_struct_addrinfo) *_C_int { return &ai.ai_protocol }
cgo_unix_cgo.go#L70: func _C_ai_socktype(ai *_C_struct_addrinfo) *_C_int { return &ai.ai_socktype }
cgo_unix_cgo.go#L72: func _C_freeaddrinfo(ai *_C_struct_addrinfo) {
cgo_unix_cgo.go#L80: func _C_getaddrinfo(hostname, servname *_C_char, hints *_C_struct_addrinfo, res **_C_struct_addrinfo) (int, error) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |